home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
hminet.dir
/
00024_Script_24
< prev
next >
Wrap
Text File
|
1997-04-04
|
295b
|
16 lines
on enterFrame
global WebBrowser
set the text of cast "Status" to "Initialise Web Installation..."
--
-- Launch the installation program
--
if the machineType = 256 then
WebBrowser(mInstallAccess,"Setup.exe")
else
Browser("Installer")
end if
end